home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
gcc
/
gcc261a.zoo
/
g++-include
/
ioconfig.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-21
|
265 b
|
12 lines
#if !defined(mips) && !defined(___IBMR2__) && !defined(NO_UNDERSCORE)
#define NAMES_HAVE_UNDERSCORE
#endif
#if defined(VMS) || defined(___IBMR2__) || defined(linux)
#define NO_DOLLAR_IN_LABEL
#endif
#if defined(VMS) || defined(linux)
#define NO_ST_BLKSIZE
#endif